TextParms
Unit: DXFConv
Description
This procedure is left for compatibility with previous versions of the library (starting on v.5.2.5) We recommend to use DoScale2D procedure.
Calculates the XScale
, YScale
and Angle
fields of the given TsgCADIterate
record, if they are not initialized earlier. Usually it is used in method passed to Iterate
as the Proc
value. Intended for calculating the text (font) parameters during iteration; in nested block this parameters can differ from "native" entity properties.
Syntax
procedure TextParms(var P: TsgCADIterate);